home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HALL / HALLWEST.DIR / 00027_Script_27 < prev    next >
Text File  |  1994-12-08  |  343b  |  15 lines

  1. on timeoutHall   
  2.     set x = random(4)
  3.     if x = 1 then
  4.       puppetSound "KEEPMOVN.AIF"
  5.     else if x = 2 then
  6.       puppetSound "CHOOSE1.AIF"
  7.     else if x = 3 then
  8.       puppetSound "PRESSNOW.AIF"
  9.     else if x = 4 then 
  10.       puppetSound "PUSH_ASS.AIF"
  11.     else
  12.       puppetSound "MONHELLO.AIF"
  13.     end if
  14. end timeoutHall
  15.